From: Ian Jackson Date: Thu, 2 Jun 2016 15:10:32 +0000 (+0100) Subject: libxl: Document ~/serial/ correctly X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1033 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=91fbfc37f5421bb2c5b08902a4a0bb4d1f8dc6ba;p=xen.git libxl: Document ~/serial/ correctly xenstore-paths.markdown talked about ~/device/serial/, but that's not used. (It is very wrong for this value, which contains a driver domain filesystem path, to be in the guest's area of xenstore. However, it is only ever created by libxl and ready by xenconsoled. When it is created, it inherits the read-only permissions of /local/domain/DOMID. So there is no security bug.) This is a followup to XSA-175. Signed-off-by: Ian Jackson Reviewed-by: Wei Liu Release-acked-by: Wei Liu --- diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown index 261ee423d6..c6b4dab29e 100644 --- a/docs/misc/xenstore-paths.markdown +++ b/docs/misc/xenstore-paths.markdown @@ -283,7 +283,7 @@ The primary PV console device. Described in [console.txt](console.txt) A secondary PV console device. Described in [console.txt](console.txt) -#### ~/device/serial/$DEVID/* [HVM] +#### ~/serial/$DEVID/* [HVM] An emulated serial device. Described in [console.txt](console.txt)